home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / lgnp9c.zip / SYSOP.ZIP / SYSOP.TXT < prev   
Text File  |  1992-03-16  |  3KB  |  66 lines

  1.  
  2. 01/10/91, here are some extra notes!
  3.  
  4. THIS PROGRAM NEEDS "DOORWAY"!  Please be aware that the program does
  5. no serial port re-direction or no carrier disconnect detection on
  6. its own.  I highly recommend getting a copy of Marshall Dudley's
  7. 'drwy212.zip' (or later) to do that job quite handily.
  8.  
  9. This program uses ONLY 120K bytes of ram. Doorway uses another 65k
  10. bytes.  I recommend shelling out of the board to start the door.
  11.  
  12. Within PCBSetup's main or conference config, you'll find the lines
  13. for the 'door menu listing' file and the 'door path/name list' file.
  14. The menu listing file (DOOR) is an ascii file.  The path/name list file
  15. ('DOOR.LST') is a pcb file.  Within door.lst: put filename to 'logger',
  16. put door.sys to 'Y', put shell to 'Y' if you got 200K of ram, and put
  17. path to door files to 'd:\logger3\'.
  18.  
  19. THIS PROGRAM WILL READ EIGHT ITEMS OUT OF "DOOR.SYS".
  20. When door.sys is read, the program grabs and uses:
  21. 1) name  2) city/state  3) work phone  4) home phone
  22. 5) password 6) last date called 7) graphic/non-graphics
  23. mode and finally (on line 50) the 8) user's comment.
  24. ( I really wish there was more info in door.sys to use )
  25.  
  26. There are 8 line fields in the upper part of the record.
  27. If in doorway mode, lines 3/4/5/6/7 get filled in from door.sys.
  28. I put city/state into the 3rd spot & user comment in the 7th.
  29. When in non doorway mode, an ADD starts taking information at
  30. field 3.  In doorway mode, an ADD starts taking information at
  31. field 7.
  32.  
  33. WHY IS IT READING THE PASSWORD???
  34. Most importantly, it takes the name + the password and makes
  35. it into an access KEY to allow only the original maker of the
  36. record to modify or delete the data record.  When a new record
  37. is made, the access key is created and placed in the .dbf field #17.
  38. This database field is NEVER shown, and there is NO way of getting
  39. at it.
  40.  
  41. WHY DOES THE PROGRAM GRAB "LAST DATE CALLED" FROM DOOR.SYS?
  42. The program compares the date that the user logged onto the
  43. bulletin board last TO the creation date of the last record
  44. in the database.  If there are new records created on a later
  45. date, the program pops up a notification line.  This is what
  46. I consider as a automatic 'NEW' info notification function.
  47.  
  48. When the the sysop wants to do maintainence, he would enter
  49. locally and not have the letter 'd' in his/her config file.
  50.  
  51. Numlock works ( ie. using 7/8/9/1/2/3 ) in browse mode if your
  52. user cannot toggle on doorway mode in their comm package to use
  53. the arrows.
  54.  
  55. Pack out deleted records during an event.  In a multi-node bbs,
  56. line 7 of the config file ( the line that points to where
  57. 'door.sys' is kept ) should point to the different nodes,
  58. ie. c:\pcb1, c:\pcb2, c:\pcb3, etc.  Hey sysops, would this work
  59. out better is it was an environment variable?  Different confer-
  60. ences could have different title and look by sharing the same
  61. executable but having different config files.  You could trade
  62. baseball cards in conf. 1 and post people needing work in conf. 2.
  63.  
  64. Yell for help and I'll try hard to get you an answer back fast.
  65. My BBS is 'Symbol Technologies TSS BBS' at 714/549-6669.
  66.